home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 2000 October
/
Software of the Month - Ultimate Collection Shareware 277.iso
/
pc
/
PROGRAMS
/
UTILITY
/
WINLINUX
/
DATA1.CAB
/
usr_-_Usr_Files
/
INCLUDE
/
ULIMIT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1999-09-17
|
200b
|
16 lines
#ifndef _ULIMIT_H
#define _ULIMIT_H
#include <features.h>
#define UL_GETFSIZE 1
#define UL_SETFSIZE 2
__BEGIN_DECLS
extern long ulimit __P((int __cmd, ...));
__END_DECLS
#endif /*_ULIMIT_H */